summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-01-29 10:18:11 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-01-29 10:18:11 +0100
commit0513b1e520c267f700a0492014c6a7a845403690 (patch)
treee5a3cdef38c45253a1707316edaefbeb22ca0d04 /ChangeLog
parent0759fe84d17590eba58689f8d416b626b9b36b9c (diff)
downloadglibmm-0513b1e520c267f700a0492014c6a7a845403690.tar.gz
gmmproc: Improve the conversion of documentation to Doxygen format.
* tools/defs_gen/docextract.py: Handle 'Since ' without a colon. * tools/m4/signal.m4: * tools/pm/Output.pm: When a function declaration is surrounded by ifdef/endif, put its documentation inside the ifdef/endif. * tools/pm/DocsParser.pm: Handle 'Since ' without a colon. Escape most backslashes, not just \r and \n. Convert more <tags> to something that Doxygen understands.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f4cfca0..d1692fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2013-01-29 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+
+ gmmproc: Improve the conversion of documentation to Doxygen format.
+
+ * tools/defs_gen/docextract.py: Handle 'Since ' without a colon.
+ * tools/m4/signal.m4:
+ * tools/pm/Output.pm: When a function declaration is surrounded by
+ ifdef/endif, put its documentation inside the ifdef/endif.
+ * tools/pm/DocsParser.pm: Handle 'Since ' without a colon. Escape most
+ backslashes, not just \r and \n. Convert more <tags> to something that
+ Doxygen understands.
+
2013-01-27 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
Documentation: Fix many warnings from Doxygen.