gtk-doc r664 - trunk
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r664 - trunk
- Date: Mon, 26 Jan 2009 08:33:37 +0000 (UTC)
Author: stefkost
Date: Mon Jan 26 08:33:37 2009
New Revision: 664
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=664&view=rev
Log:
* HACKING:
Mention onine site for regexp testing.
* gtkdoc-mkdb.in:
Small output cleanups.
* gtkdoc-mktmpl.in:
Indenting and use LogWarning once more.
Modified:
trunk/ChangeLog
trunk/HACKING
trunk/gtkdoc-mkdb.in
trunk/gtkdoc-mktmpl.in
Modified: trunk/HACKING
==============================================================================
--- trunk/HACKING (original)
+++ trunk/HACKING Mon Jan 26 08:33:37 2009
@@ -48,3 +48,8 @@
time saxon ../tester-docs.xml ../../../../gtk-doc.xsl gtkdoc.bookname="tester" gtkdoc.version="1.12"
~ 53 sec.
+Troubles with parsing regexps
+=============================
+Test regexps online:
+http://www.solmetra.com/scripts/regex/index.php
+
Modified: trunk/gtkdoc-mkdb.in
==============================================================================
--- trunk/gtkdoc-mkdb.in (original)
+++ trunk/gtkdoc-mkdb.in Mon Jan 26 08:33:37 2009
@@ -3987,13 +3987,13 @@
$AllIncompleteSymbols{$symbol}=$tmpl_param_name;
}
&LogWarning (&GetSymbolSourceFile ($symbol), &GetSymbolSourceLine($symbol),
- "$item description for $symbol::$tmpl_param_name is missing in source code comment block.");
+ "$item description for $symbol"."::"."$tmpl_param_name is missing in source code comment block.");
}
}
}
else {
if ($#$tmpl_params == 0) {
- $AllIncompleteSymbols{$symbol}="???";
+ $AllIncompleteSymbols{$symbol}="<items>";
&LogWarning (&GetSymbolSourceFile ($symbol), &GetSymbolSourceLine($symbol),
"$item descriptions for $symbol are missing in source code comment block.");
}
Modified: trunk/gtkdoc-mktmpl.in
==============================================================================
--- trunk/gtkdoc-mktmpl.in (original)
+++ trunk/gtkdoc-mktmpl.in Mon Jan 26 08:33:37 2009
@@ -428,7 +428,8 @@
"");
} else {
- print "###Can't parse args for function $symbol: $declaration\n";
+ &LogWarning ($SymbolSourceFile{$symbol},$SymbolSourceLine{$symbol},
+ "Can't parse args for function $symbol: $declaration");
last;
}
$param_num++;
@@ -441,7 +442,7 @@
$output .= &OutputParam ($symbol, "Deprecated", $template_exists, 0, "");
$output .= &OutputParam ($symbol, "Since", $template_exists, 0, "");
$output .= &OutputParam ($symbol, "Stability", $template_exists, 0, "");
- $output .= &OutputOldParams ($symbol);
+ $output .= &OutputOldParams ($symbol);
$output .= "\n";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]