summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/idl/hfi_doc.hxx
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2009-11-04 09:47:38 +0000
committerNikolai Pretzell <np@openoffice.org>2009-11-04 09:47:38 +0000
commit517e4e2afe70cb9c7de2477c87b8267200ea4d86 (patch)
tree3079aa2262fbc73394cbbe4b9c4d1dcac9181fbc /autodoc/source/display/idl/hfi_doc.hxx
parentCreate DEV300_m59 milestone tag from trunk@276191 (diff)
downloadcore-517e4e2afe70cb9c7de2477c87b8267200ea4d86.tar.gz
core-517e4e2afe70cb9c7de2477c87b8267200ea4d86.zip
#i106434# @see tags were not shown in the documentation
Diffstat (limited to 'autodoc/source/display/idl/hfi_doc.hxx')
-rw-r--r--autodoc/source/display/idl/hfi_doc.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/autodoc/source/display/idl/hfi_doc.hxx b/autodoc/source/display/idl/hfi_doc.hxx
index b44fd4822770..9064bba3fee8 100644
--- a/autodoc/source/display/idl/hfi_doc.hxx
+++ b/autodoc/source/display/idl/hfi_doc.hxx
@@ -53,12 +53,18 @@ class HF_IdlDocu : public HtmlFactory_Idl
/** Produces documentation by the CodeInfo accompanying
+ ->i_ce.
+ */
+ void Produce_fromCodeEntity(
+ const client & i_ce ) const;
+
+ /** Produces documentation by the CodeInfo accompanying
a link or reference to a CodeEntity.
@param i_rScopeGivingCe
Gives the scope from which links are to be calculated.
*/
- void Produce_byDocu4Reference(
+ void Produce_fromReference(
const ce_info & i_rDocuForReference,
const client & i_rScopeGivingCe ) const;