diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-17 14:35:22 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-18 21:57:01 -0400 |
commit | b6b49c0f6bc797558b6ce08fa756efe474a8011b (patch) | |
tree | d539c4300aae4c0b045706b78c37f224c9e1c4fd | |
parent | 9ab5d436131df63c85945360520fe7ff948ee280 (diff) |
cleanup autodoc output
Change-Id: I5c25084c8a6e13416cea67c907de276b73c2e955
-rw-r--r-- | odk/CustomTarget_autodoc.mk | 3 | ||||
-rw-r--r-- | odk/pack/copying/idl_chapter_refs.txt | 14 | ||||
-rw-r--r-- | offapi/com/sun/star/text/BaseIndex.idl | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/odk/CustomTarget_autodoc.mk b/odk/CustomTarget_autodoc.mk index 7bb2bd8a7893..cf87fccada92 100644 --- a/odk/CustomTarget_autodoc.mk +++ b/odk/CustomTarget_autodoc.mk @@ -20,7 +20,8 @@ $(odk_WORKDIR)/docs/common/ref/module-ix.html: $(SRCDIR)/odk/pack/copying/idl_ch $(call gb_Helper_execute,autodoc) -html $(dir $@) \ -dvgroot "http://wiki.services.openoffice.org/wiki" \ -name "LibreOffice $(PRODUCTVERSION) API" \ - -lg idl -dvgfile $< -t $(SRCDIR)/udkapi $(SRCDIR)/offapi + -lg idl -dvgfile $< -t $(SRCDIR)/udkapi $(SRCDIR)/offapi \ + > $(odk_WORKDIR)/autodoc_log.txt # vim: set noet sw=4 ts=4: diff --git a/odk/pack/copying/idl_chapter_refs.txt b/odk/pack/copying/idl_chapter_refs.txt index 6db8a9db53aa..8569d282c7db 100644 --- a/odk/pack/copying/idl_chapter_refs.txt +++ b/odk/pack/copying/idl_chapter_refs.txt @@ -392,7 +392,7 @@ DESCR:Text - Indexes and Index Marks - Indexes REF: com.sun.star.text.BibliographyDataType com.sun.star.text.BibliographyDataField -com.sun.star.text.IllustrationIndex +com.sun.star.text.IllustrationsIndex com.sun.star.beans.XPropertySet com.sun.star.container.XIndexReplace com.sun.star.text.Bibliography @@ -3224,8 +3224,8 @@ com.sun.star.text.textfield.Bibliography com.sun.star.text.textfield.Chapter com.sun.star.text.textfield.Input com.sun.star.text.textfield.SetExpression -com.sun.star.text.FieldMaster.Database -com.sun.star.text.FieldMaster.User +com.sun.star.text.fieldmaster.Database +com.sun.star.text.fieldmaster.User com.sun.star.text.textfield.ReferencePageGet com.sun.star.text.textfield.ParagraphCount com.sun.star.text.textfield.Author @@ -3247,15 +3247,15 @@ com.sun.star.text.textfield.DatabaseName com.sun.star.util.XUpdatable com.sun.star.text.TextContent com.sun.star.text.textfield.DatabaseSetNumber -com.sun.star.text.FieldMaster.SetExpression +com.sun.star.text.fieldmaster.SetExpression com.sun.star.text.textfield.ExtendedUser -com.sun.star.text.FieldMaster.DDE +com.sun.star.text.fieldmaster.DDE com.sun.star.text.textfield.docinfo.CreateAuthor com.sun.star.text.textfield.docinfo.Subject com.sun.star.text.textfield.PageNumber com.sun.star.text.textfield.TableFormula com.sun.star.text.textfield.docinfo.Keywords -com.sun.star.text.FieldMaster.Bibliography +com.sun.star.text.fieldmaster.Bibliography com.sun.star.text.textfield.GetReference com.sun.star.text.textfield.WordCount com.sun.star.text.textfield.DDE @@ -3276,7 +3276,7 @@ com.sun.star.text.textfield.docinfo.Description com.sun.star.text.textfield.DatabaseNextSet com.sun.star.text.textfield.docinfo.PrintDateTime TOPIC: -com.sun.star.text.FieldMaster +com.sun.star.text.fieldmaster com.sun.star.text.TextField com.sun.star.text.XTextField diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl index cd42ebb777f1..8478275f37e9 100644 --- a/offapi/com/sun/star/text/BaseIndex.idl +++ b/offapi/com/sun/star/text/BaseIndex.idl @@ -36,7 +36,7 @@ /** specifies the basic service of different indexes within a document.@see com::sun::star::text::DocumentIndex @see com::sun::star::text::ContentIndex @see com::sun::star::text::UserDefinedIndex - @see com::sun::star::text::IllustrationIndex + @see com::sun::star::text::IllustrationsIndex @see com::sun::star::text::TableIndex @see com::sun::star::text::ObjectIndex */ |