gtk-doc r585 - in trunk: . tools
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r585 - in trunk: . tools
- Date: Sat, 21 Jun 2008 15:19:24 +0000 (UTC)
Author: stefkost
Date: Sat Jun 21 15:19:24 2008
New Revision: 585
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=585&view=rev
Log:
* TODO:
Start collection info about slowly deprecating crack.
* tools/migratetmpl.pl:
Add title.
Modified:
trunk/ChangeLog
trunk/TODO
trunk/tools/migratetmpl.pl
Modified: trunk/TODO
==============================================================================
--- trunk/TODO (original)
+++ trunk/TODO Sat Jun 21 15:19:24 2008
@@ -53,3 +53,8 @@
--(enable|disable)-gtk-doc-(html|pdf|man|html-single)
- html : enabled by default
- html-single : is single page html
+
+= Cleanup =
+* can we deprecate title in the sectionfile and request people to have this in
+ the SECTION comment?
+
Modified: trunk/tools/migratetmpl.pl
==============================================================================
--- trunk/tools/migratetmpl.pl (original)
+++ trunk/tools/migratetmpl.pl Sat Jun 21 15:19:24 2008
@@ -303,6 +303,9 @@
if (defined($short_desc) && ($short_desc ne "")) {
print (OUTPUT " * \ Short_description: $short_desc\n");
}
+ if (defined($title) && ($title ne "")) {
+ print (OUTPUT " * \ Title: $title\n");
+ }
if (defined($see_also) && ($see_also ne "")) {
my $line;
my $first="\ See_also:";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]