comparison runtime/doc/syntax.txt @ 1698:f4f8014d516e v7.2c.000

updated for version 7.2c-000
author vimboss
date Wed, 06 Aug 2008 17:06:04 +0000
parents 0b796e045c42
children 5232b9862f23
comparison
equal deleted inserted replaced
1697:2f9308b31181 1698:f4f8014d516e
1 *syntax.txt* For Vim version 7.2b. Last change: 2008 Jun 21 1 *syntax.txt* For Vim version 7.2c. Last change: 2008 Jul 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
850 850
851 851
852 DOXYGEN *doxygen.vim* *doxygen-syntax* 852 DOXYGEN *doxygen.vim* *doxygen-syntax*
853 853
854 Doxygen generates code documentation using a special documentation format 854 Doxygen generates code documentation using a special documentation format
855 (similar to Javadoc). This syntax script adds doxygen highlighting to c, cpp 855 (similar to Javadoc). This syntax script adds doxygen highlighting to c, cpp,
856 and idl files, and should also work with java. 856 idl and php files, and should also work with java.
857 857
858 There are a few of ways to turn on doxygen formatting. It can be done 858 There are a few of ways to turn on doxygen formatting. It can be done
859 explicitly or in a modeline by appending '.doxygen' to the syntax of the file. 859 explicitly or in a modeline by appending '.doxygen' to the syntax of the file.
860 Example: > 860 Example: >
861 :set syntax=c.doxygen 861 :set syntax=c.doxygen