On 6/1/07, Joel de Guzman <[EMAIL PROTECTED]> wrote:
> Matias Capeletto wrote:
>
> > I have been playing with templates lately but gets errors while
> > compiling so roll back to macros again.
>
> What sort of problems (errors) are you getting?

a .qbk
----------------------------------------------------------------------------

[template fun_ref[class name param]
[link [class]\_[name]\_[param] [name]]
]


    class c
    {
        void ``[fun_ref c..foo..int]``(int i);

        void ``[link c_foo_double foo]``(double d); // This works fine
    };


[#c_foo_int]

foo(int) ref

[#c_foo_double]

foo(double) ref


The error
-------------------------------------------------------------------
Error: no ID for constraint linkend: [class.



the html looks like:
------------------------------------------------------------
class c
{
    void

[class_foo_int foo]

(int i);

    void foo(double d);
};



Regards
Matias

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to