Hi, Anybody who is working with the popular Editor UltraEdit to edit your Doxygen-Documentation files, can now add a Syntax Highlighting definition suitable for Doxygen files. Just open the configuration and under "Syntax Highlighting" choose "Open". In the file "WORDFILE.TXT" opened add the paragraph at the bottom of this mail ("/L10" may need to be changed according to the number of syntax highlightings you have configured). Save and close the wordfile, then with any file you are editing, you can switch to Doxygen syntax highlighting by choosing the Menu-Item "View - View as - Doxygen". Enjoy... Dominik (dstadler@ftisoft.at) ------------------------ start copy here ----------------------------------------------- /L10"Doxygen" Escape Char = \ File Extensions = Mainpage /Delimiters = () ~%^()_-+=|:;"' ,.? /Function String = /Indent Strings = "{" /Unindent Strings = "}" /C1"Keywords" @a @addindex @anchor @arg @attention @author @b @brief @bug @c @class @code @date @def @defgroup @deprecated @dontinclude @e @em @endcode @endhtmlonly @endif @endlatexonly @endlink @endverbatim @enum @example @exception @f$ @f[ @f] @file @fn @hideinitializer @htmlonly @if @image @include @ingroup @internal @invariant @latexonly @li @line @link @mainpage @name @namespace @nosubgrouping @note @overload @p @page @par @param @post @pre @ref @relates @remarks @return @retval @sa @section @showinitializer @since @skip @skipline @struct @subsection @test @throw @todo @typedef @union @until @var @verbatim @verbinclude @version @warning @$ @@ @\ @& @< @> @# /C2"Different Syntax Keywords" \a \addindex \anchor \arg \attention \author \b \brief \bug \c \class \code \date \def \defgroup \deprecated \dontinclude \e \em \endcode \endhtmlonly \endif \endlatexonly \endlink \endverbatim \enum \example \exception \f$ \f[ \f] \file \fn \hideinitializer \htmlonly \if \image \include \ingroup \internal \invariant \latexonly \li \line \link \mainpage \name \namespace \nosubgrouping \note \overload \p \page \par \param \post \pre \ref \relates \remarks \return \retval \sa \section \showinitializer \since \skip \skipline \struct \subsection \test \throw \todo \typedef \union \until \var \verbatim \verbinclude \version \warning \$ \@ \\ \& \< \> \# /C3"Group markers" //@{ //@} /C4"Documentation markers" //! /*! ---------------------- end copy here ----------------------------------------