Added single line comment examples for clarification.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1368 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-03-05 21:07:09 +00:00
parent f38edbfc2c
commit d3778ea9d4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-03-05 Enrico Tröger <enrico.troeger@uvena.de>
* doc/geany.docbook:
Added single line comment examples for clarification.
2007-03-05 Nick Treleaven <nick.treleaven@btinternet.com>
* src/build.c, src/project.c, src/project.h:

View File

@ -1586,7 +1586,8 @@
<programlisting># command_example();</programlisting>
</para></example></para>
<note><para>
This setting only works for single line comments.
This setting only works for single line comments
(like '//', '#' or ';').
</para></note>
</entry>
<entry>comment_use_indent=true</entry>