Dimitri van Heesch schrieb am [Sa, 10.01.2015 19:17]:
> > On 10 Jan 2015, at 13:56 , Uwe Scholz wrote:
> > It is not possible to find "s$foo_bar" in the HTML-search field from the
> > doxygen HTML pages. Modifying "find html/ -type f" to "find html/
> > -maxdepth 1 -type f" in step 5 makes it pos
> On 10 Jan 2015, at 13:56 , Uwe Scholz wrote:
>
> Hi Dimitri,
>
> Dimitri van Heesch schrieb am [Sa, 10.01.2015 11:38]:
>> Hi Uwe,
>>
>> What you could do is write an input filter (see the INPUT_FILTER option)
>> that lets doxygen replace the 's$' by something that can be part of an
>> iden
Uwe Scholz schrieb am [Sa, 10.01.2015 13:56]:
> Here is what I did so far:
> 1: doxygen -g
> 2: Set EXTRACT_ALL to YES
I forgot to write the following after point 2:
INPUT_FILTER = "sed 's/s\$/__sdollar__/g'"
FILTER_SOURCE_FILES = YES
> 3: echo "void s$foo_bar();" > foo.c
> 4: doxygen
> 5: for
Hi,
I'm trying to document C code with doxygen for an OpenVOS System.
There, they are using a special C dialect ("VOS C").
For the system there I am working on there exist so-called system
subroutines. These subroutines are basically simple C-functions.
But to distinguish them from "normal" f