$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-10-30 16:20:01
One thing I miss from doxygen is the ability to nicely format comments
in the code. I'd like to use some literate programming to explain
algorithms *within* the algorithm. doxygen will only handle a
description that preceeds the algorithm. I could, for example, embed
LaTeX markup in the description of a function, which is a feature I
apprecieate. I cannot embed LaTeX markup within comments within the
actual function - or, more precisely, doxygen will simply ignore such
comments.