Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ This is a mirror of http://www.vim.org/scripts/script.php?script_id=5

This Script has been moved into Vim7.

To set the highlighting automatically on all newly opened c, cpp and idl files, please use

let g:load_doxygen_syntax=1

in your .vimrc.

:set syntax=cpp.doxygen

Provides DoxyGen Highlighting on top of c/c++/idl/java. DoxyGen is close to JavaDoc that it should be fine for JavaDoc as well. It supports most of the keywords in DoxyGen in one way or another.
Provides DoxyGen Highlighting on top of c/c++/idl/java. DoxyGen is close to JavaDoc that it should be fine for JavaDoc as well. It supports most of the keywords in DoxyGen in one way or another. Please note this will work only for the current buffer.

There may be some problems where doxygen tags need to be included in exclusion groups of the c/c++/java/idl files.

Expand Down