SVN commit 897345 by alexmerry: # needs to be escaped in doxygen docs. M +6 -6 README.dox --- trunk/KDE/kdelibs/kdecore/kconfig_compiler/README.dox #897344:897345 @@ -16,11 +16,11 @@ The \ tag contains the name of the configuration file described. Omitting the name will make the generated class use the default configuration -file ("rc"). +file ("\rc"). The \ tags are optional and may contain C++ header files that are needed to compile the code needed to compute default values. To generate -a #include "..." statement instead of #include <...>, enclose the header +a \#include "..." statement instead of \#include \<...\>, enclose the header file name in double quotes (e.g. \"header.h"\). The remaining entries in the XML file are grouped by the tag \ @@ -138,16 +138,16 @@ comma separated list of strings - Names of files to be included in the header of the generated class. Enclose a - file name in (escaped) double quotes to generate #include "..." instead of - #include <...>. + file name in (escaped) double quotes to generate \#include "..." instead of + \#include \<...\>. SourceIncludeFiles comma separated list of strings - Names of files to be included in the source file of the generated class. Enclose - a file name in (escaped) double quotes to generate #include "..." instead of - #include <...>. + a file name in (escaped) double quotes to generate \#include "..." instead of + \#include \<...\>. Mutators