> PS: When you have time, would you mind copying (and if necessary > augmenting) the comments for all the functions in FE_Nothing from > FiniteElement so they would show up in the documentation pages for > FE_Nothing? >
Or, if there is nothing particular to add to the documentation in FiniteElement, just do NOT put a doxygen comment in front of the function. Then, the documentation of the function in the base class is added automatically. This method is much better than simply copying, because it will automatically change ALL documentation if a change is made to the base class. Guido _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
