Skip to content
Snippets Groups Projects
Commit ac75b64c2dfa authored by MST 2004 John Fleck's avatar MST 2004 John Fleck
Browse files

fix bad doc comment formatting on xsltDebugSetDefaultTrace and

Fri Jan  2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net>

	* libxslt/transform.c: fix bad doc comment formatting on
xsltDebugSetDefaultTrace and xsltDebugGetDefaultTrace
parent 2e4a35ad7556
Branches
No related tags found
No related merge requests found
Fri Jan 2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net>
* libxslt/transform.c: fix bad doc comment formatting on
xsltDebugSetDefaultTrace and xsltDebugGetDefaultTrace
* doc/*: rebuild docs
Wed Dec 24 15:15:52 CET 2003 Daniel Veillard <daniel@veillard.com>
* configure.in doc/*: prepared release of libxslt-1.1.2
......
......@@ -293,7 +293,8 @@
unsigned long xsltDefaultTrace = (unsigned long) XSLT_TRACE_ALL;
/**
* xsltDebugSetDefaultTrace
* xsltDebugSetDefaultTrace:
* @val: tracing level mask
*
* Set the default debug tracing level mask
*/
......@@ -302,7 +303,9 @@
}
/**
* xsltDebugGetDefaultTrace
* xsltDebugGetDefaultTrace:
*
* Get the current default debug tracing level mask
*
* Returns the current default debug tracing level mask
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment