From f6c3da625a787acc652644ee5b3263a3c1967d9e Mon Sep 17 00:00:00 2001
From: Guido Kanschat
Date: Mon, 23 May 2005 22:17:24 +0000
Subject: [PATCH] style recommendation for virtuals
git-svn-id: https://svn.dealii.org/trunk@10706 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/development/writing-documentation.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/deal.II/doc/development/writing-documentation.html b/deal.II/doc/development/writing-documentation.html
index 593d7ad7dd..86fcfeec66 100644
--- a/deal.II/doc/development/writing-documentation.html
+++ b/deal.II/doc/development/writing-documentation.html
@@ -117,7 +117,16 @@
target="_top">doxygen webpage to get an overview. However,
here is a brief summary of the most often used features:
- - Itemized lists:
+
+ - Virtual functions:
+ Do not document virtual functions in derived classes, if there
+ is nothing different from the base class. If a virtual
+ function is documented in a base class, doxygen will
+ automatically copy this documentation to the derived
+ classes. This mechanism is interrupted, if a documentation
+ block is found in the derived class.
+
+
- Itemized lists:
By writing comments like the following,
/**
--
2.39.5