avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2276] * doc/api/faq.dox (faq_assign_chain): fix spell


From: Joerg Wunsch
Subject: [avr-libc-commit] [2276] * doc/api/faq.dox (faq_assign_chain): fix spelling of \endcode, so
Date: Tue, 03 Jan 2012 15:36:59 +0000

Revision: 2276
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2276
Author:   joerg_wunsch
Date:     2012-01-03 15:36:58 +0000 (Tue, 03 Jan 2012)
Log Message:
-----------
* doc/api/faq.dox (faq_assign_chain): fix spelling of \endcode, so
this actually compiles again :/  (bug #35226)
* dox/api/Makefile.am: Add forgotten optimize.dox.

Ticket Links:
------------
    http://savannah.gnu.org/bugs/?35226

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/doc/api/Makefile.am
    trunk/avr-libc/doc/api/faq.dox

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2011-12-29 14:22:12 UTC (rev 2275)
+++ trunk/avr-libc/ChangeLog    2012-01-03 15:36:58 UTC (rev 2276)
@@ -1,3 +1,9 @@
+2012-01-03  Joerg Wunsch <address@hidden>
+
+       * doc/api/faq.dox (faq_assign_chain): fix spelling of \endcode, so
+       this actually compiles again :/  (bug #35226)
+       * dox/api/Makefile.am: Add forgotten optimize.dox.
+
 2011-09-26  Eric B. Weddington <address@hidden>
 
        (Patch re-applied after being backed out temporarily.)

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2011-12-29 14:22:12 UTC (rev 2275)
+++ trunk/avr-libc/NEWS 2012-01-03 15:36:58 UTC (rev 2276)
@@ -2,6 +2,8 @@
 
 * Bugs fixed:
 
+  [#35226] Online-documentation broken - [...]
+
 * New devices supported:
 
 * Contributed Patches:

Modified: trunk/avr-libc/doc/api/Makefile.am
===================================================================
--- trunk/avr-libc/doc/api/Makefile.am  2011-12-29 14:22:12 UTC (rev 2275)
+++ trunk/avr-libc/doc/api/Makefile.am  2012-01-03 15:36:58 UTC (rev 2276)
@@ -56,6 +56,7 @@
                        bench-libc.dox \
                        bench-libm.dox \
                        porting.dox \
+                       optimize.dox \
                        overview.dox \
                        pgmspace.dox \
                        library.dox \

Modified: trunk/avr-libc/doc/api/faq.dox
===================================================================
--- trunk/avr-libc/doc/api/faq.dox      2011-12-29 14:22:12 UTC (rev 2275)
+++ trunk/avr-libc/doc/api/faq.dox      2012-01-03 15:36:58 UTC (rev 2276)
@@ -1710,7 +1710,7 @@
 
 \code
   DDRA = DDRB = DDRC = DDRD = DDRE = DDRF = DDRG = 0xff;
-\endcde
+\endcode
 
 The same happens as outlined above.  However, when reading back
 register \c DDRG, this register only implements 6 out of the 8 bits,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]