From 4aa57ffc59851b328a36e14612d78c9ebe057f40 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 9 Jan 2006 00:00:10 +0100 Subject: [PATCH] Add asciidoc configuration file for output of code2doc --- doc/code2doc.conf | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/code2doc.conf diff --git a/doc/code2doc.conf b/doc/code2doc.conf new file mode 100644 index 00000000..039f5a02 --- /dev/null +++ b/doc/code2doc.conf @@ -0,0 +1,52 @@ +[specialwords] +emphasizedwords=\bAsciiDoc\b +monospacedwords=\basciidoc\(1\) + +[id-inlinemacro] +{0} + +[enum-inlinemacro] +enum {0} + +[func-inlinemacro] +{0}() + +[struct-inlinemacro] +struct {0} + +[callback-inlinemacro] +callback {0} + +[ref-inlinemacro] +{0} + +[replacements] +(^|[^-])--($|[^-])=\1--\2 + +[tags] +ilisttext=| +olisttext=| +vlisttext=| +qlisttext=| +colisttext=| + +[tags] +title1=

|

+title2=

|

+title3=

|

+ +[literalparagraph] +
+|
+
+ +[listingblock] +

{title}

+
+|
+
+ +[noteblock] +

{title}

+| +
-- 2.11.4.GIT