git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10895 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-11-01 21:48:20 +00:00
commit 2cd2dac7e6

View file

@ -59,7 +59,7 @@ The behaviour of this functionality is wildly unpredictable if the interface fil
<p>
To make use of the comment translation system, your documentation comments must be in properly formatted <A HREF= "http://www.stack.nl/~dimitri/doxygen/">Doxygen.</A> They can be present in your main interface file or any header file that it imports.
It is advised that you are certain your comments compile properly with Doxygen before you try to translate them.
Doxygen itself is a deeper tool and can provide you better feedback for correct any syntax errors that may be present.
Doxygen itself is a deeper tool and can provide you better feedback for correcting any syntax errors that may be present.
Please look at Doxygen's <A HREF = "http://www.stack.nl/~dimitri/doxygen/docblocks.html"> Documenting the code</A> for proper specificatons for comment format.
</p>