Not sure if it would work, but you could try a doxygen input filter that 
substituted "*" for "@". This might allow doxygen to correctly read the syntax 
(and treat the AngelScript @ as a C/C++ *). I'm not sure if the filter would 
make the documentation worthless for an AngleScript programmer (note that the 
filter will not affect your code base, so the files would still work for the 
AngelScript compiler/interpreter).

Aaron

On Jul 16, 2013, at 5:30 PM, Markus Mönig <mark...@braindistrict.de> wrote:

> Hi,
> 
> we are adding a PlugIn system based on AngelScript to our application and 
> want to document it via doxygen. Problem is that AngelScript uses the @ 
> symbol for object handles, i.e.
> 
> Image@ getImage( void );
> 
> instead of * like in C / C++. Doxygen just seems to ignore the @ symbol in 
> function definitions etc. Is there any way to make the @ symbol work ? Did 
> not find anything in the documentation.
> 
> Thanks for any help.
> 
> -Markus
> 
> --
> Markus Moenig
> mark...@braindistrict.de
> 
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to