Re: [PATCH] libzmf: Fix installation when using Doxygen 1.14

2025-07-03 Thread Michael Weghorn
On 2025-05-29 09:29, Christoph Grüninger wrote: Installation of libzmf fails when the documentation is built using Doxygen 1.14. The latest Doxygen does no longer create PNG images and provides JavaScript files instead. Please find a proposed patch attached. Further, some changes to the build

[PATCH] libzmf: Fix installation when using Doxygen 1.14

2025-05-29 Thread Christoph Grüninger
Hello libzmf folks! Installation of libzmf fails when the documentation is built using Doxygen 1.14. The latest Doxygen does no longer create PNG images and provides JavaScript files instead. Please find a proposed patch attached. Further, some changes to the build system are attached, too

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Regina Henschel
Hi Christian, Yes, autogen.sh finds it. For me it is --with-doxygen=c:/BuildLOAdds/Strawberry/c/bin/doxygen.exe @Hossein: I think, it's worth to mention on the Wiki page. Kind regards, Regina Christian Lohmaier schrieb am 23.10.2024 um 16:14: HI Regina, *, On Tue, Oct 22, 2024 at 7:

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Regina Henschel
Hi all, Christians mail shows my error. Instead of --with-doxygen=c:/Apps/doxygen/bin it needs not only the folder but the complete file path --with-doxygen=c:/Apps/doxygen/bin/doxygen.exe Now autogen.sh finds it. Kind regards, Regina Regina Henschel schrieb am 23.10.2024 um 16:16: Hi Balázs

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Regina Henschel
Hi Balázs, hi all, Balázs Varga schrieb am 23.10.2024 um 08:27: Hi Regina, You need to install doxygen inside the WSL linux distro with the command: sudo apt-get install doxygen Done. And then with --enable-odk. Next ./autogen.sh try. Error: checking for doxygen... /usr/bin/doxygen

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Christian Lohmaier
HI Regina, *, On Tue, Oct 22, 2024 at 7:43 PM Regina Henschel wrote: > > with help of Hossein, I could build LibreOffice as described on > https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows > > But the autogen parameters in that instructions contain > --wit

Re: Doxygen with WSL build on Windows

2024-10-23 Thread Balázs Varga
Hi Regina, You need to install doxygen inside the WSL linux distro with the command: sudo apt-get install doxygen Best, Balázs — Regina Henschel (időpont: 2024. okt. 22., K, 19:43) ezt írta: > Hello all, > > with help of Hossein, I could build LibreOffice as described o

Doxygen with WSL build on Windows

2024-10-22 Thread Regina Henschel
Hello all, with help of Hossein, I could build LibreOffice as described on https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows But the autogen parameters in that instructions contain --without-doxygen. That means, that I cannot use --enable-odk. How to build with --enable

Re: Building Doxygen documentation

2023-08-18 Thread Patrick Luby
On 8/18/23 7:15 PM, Chris Tapp wrote: I’ve added —enable-odk to autogen.input, run “make clean” and then “make docs”, but I’m still being told “You need the graphviz tools to create the nice inheritance graphs”. So I tried "make docs" and I get the same error. I looked at the script that

Re: Building Doxygen documentation

2023-08-18 Thread Chris Tapp
> On 18 Aug 2023, at 11:57, Michael Stahl wrote: > > On 18/08/2023 11:02, Chris Tapp wrote: >> On 17 Aug 2023, at 17:42, Michael Stahl wrote: >>> >>> On 17/08/2023 18:12, Chris Tapp wrote: > However, the following is reported: *** Executable unoapploader must be registered in Reposit

Re: Building Doxygen documentation

2023-08-18 Thread Chris Tapp
> On 18 Aug 2023, at 10:44, Ilmari Lauhakangas > wrote: > > On 18.8.2023 12.02, Chris Tapp wrote: >> On 17 Aug 2023, at 17:42, Michael Stahl wrote: >>> >>> On 17/08/2023 18:12, Chris Tapp wrote: >>>> I am trying to build the doxygen document

Re: Building Doxygen documentation

2023-08-18 Thread Pierre-Yves Foucou
2023, at 17:42, Michael Stahl wrote: On 17/08/2023 18:12, Chris Tapp wrote: I am trying to build the doxygen documentation using: make odk as instructed on https://wiki.documentfoundation.org/Development/Doxygen this wiki page is very confused. almost everything of it is about documenting

Re: Building Doxygen documentation

2023-08-18 Thread Michael Stahl
On 18/08/2023 11:02, Chris Tapp wrote: On 17 Aug 2023, at 17:42, Michael Stahl wrote: On 17/08/2023 18:12, Chris Tapp wrote: However, the following is reported: *** Executable unoapploader must be registered in Repository.mk or RepositoryExternal.mk. Stop. What do I need to add to these f

Re: Building Doxygen documentation

2023-08-18 Thread Ilmari Lauhakangas
On 18.8.2023 12.02, Chris Tapp wrote: On 17 Aug 2023, at 17:42, Michael Stahl wrote: On 17/08/2023 18:12, Chris Tapp wrote: I am trying to build the doxygen documentation using: make odk as instructed on https://wiki.documentfoundation.org/Development/Doxygen this wiki page is very

Re: Building Doxygen documentation

2023-08-18 Thread Chris Tapp
On 17 Aug 2023, at 17:42, Michael Stahl wrote: > > On 17/08/2023 18:12, Chris Tapp wrote: >> I am trying to build the doxygen documentation using: >> make odk >> as instructed on https://wiki.documentfoundation.org/Development/Doxygen > > this wiki page is very co

Re: Building Doxygen documentation

2023-08-17 Thread Michael Stahl
On 17/08/2023 18:12, Chris Tapp wrote: I am trying to build the doxygen documentation using: make odk as instructed on https://wiki.documentfoundation.org/Development/Doxygen this wiki page is very confused. almost everything of it is about documenting *internal* LO code with doxygen

Building Doxygen documentation

2023-08-17 Thread Chris Tapp
I am trying to build the doxygen documentation using: make odk as instructed on https://wiki.documentfoundation.org/Development/Doxygen However, the following is reported: *** Executable unoapploader must be registered in Repository.mk or RepositoryExternal.mk. Stop. What do I need to add

Re: Doxygen

2020-04-30 Thread Stephan Bergmann
On 30/04/2020 03:34, Olivier Hallot wrote: The way information is presented to the non-developer is sub-optimal. Pre-Doxygen sdk was much easier to navigate and get information as the ues cases below What exactly do you mean with "pre-Doxygen sdk"? (IIRC, Doxygen has been int

Re: Doxygen

2020-04-29 Thread Regis Perdreau
Yes i confirm there are some lacks in doxygen. I'm not able to generate myself documentation. It will be interesting to generate uml diagram. The doxygen process never ends on my computer. I'm trying to test Sourcetrails which is recently opensourced. It looks better for me. My goal w

Re: Doxygen

2020-04-29 Thread Olivier Hallot
Hi Michael Em 29/04/2020 13:39, Michael Stahl escreveu: > hi Olivier, > (snip) > > so you are unhappy with the current state? what in particular don't you > like about the API documentation? The way information is presented to the non-developer is sub-optimal. Pre-Doxygen

Re: Doxygen

2020-04-29 Thread Michael Stahl
hi Olivier, On 29.04.20 17:29, Olivier Hallot wrote: Hi fellow developers Google Season of Doc is an opportunity to leverage documentation at large. At the moment I am concerned in the effectiveness of the tool Doxygen (which I know almost nothing) for code documentation and especially for

Re: Doxygen

2020-04-29 Thread William Gathoye (LibreOffice)
Hum. It could be case. [1] If this is really open to all LibO contributors[2] and the stipend is confirmed, I find this program interesting =) [1] https://developers.google.com/season-of-docs/docs/tech-writer-stipends [2] Me? -- William Gathoye Hypertive volunteer for LibreOffice Proud member o

Re: Doxygen

2020-04-29 Thread William Gathoye (LibreOffice)
Hi Olivier, On 29/04/2020 17:29, Olivier Hallot wrote: > So I'd like to leverage the Google opportunity for documenting the API > in an usable, searchable and truly effective for macro coders. Is the Google Season of Doc a paid job? I mean like GSoC do persons contributing get paid a stipend?

Doxygen

2020-04-29 Thread Olivier Hallot
Hi fellow developers Google Season of Doc is an opportunity to leverage documentation at large. At the moment I am concerned in the effectiveness of the tool Doxygen (which I know almost nothing) for code documentation and especially for documenting the API, under the end-user perspective. So

Re: doxygen: Illegal command n as part of a title section

2019-04-08 Thread vl01
ax is correct, but since version 1.8.14 doxygen has that problem. See the filed bug report https://github.com/doxygen/doxygen/issues/6304 Cheers, Jens ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/ma

Re: doxygen: Illegal command n as part of a title section

2019-04-05 Thread Alexander Thurgood
Le 05/04/2019 à 11:50, himajin10 a écrit : Hi, > Hello, himajin10 here! > > When I build LibreOffice locally, I often get just a bit upset because > of the following warnings. Less warning will give me less stress :-) > FWIW, I also see these when building on macOS, but have never gott

Re: doxygen: Illegal command n as part of a title section

2019-04-05 Thread himajin100000
self-reminder * DocTitle https://github.com/doxygen/doxygen/blob/208c689e4c13cc065045a6f6b1ff685eda5a3cd6/src/docparser.cpp#L4596 https://github.com/doxygen/doxygen/blob/208c689e4c13cc065045a6f6b1ff685eda5a3cd6/src/docparser.cpp#L4539 https://github.com/doxygen/doxygen/blob

doxygen: Illegal command n as part of a title section

2019-04-05 Thread himajin100000
Hello, himajin10 here! When I build LibreOffice locally, I often get just a bit upset because of the following warnings. Less warning will give me less stress :-) /cygdrive/c/build/instdir/sdk/include/cppuhelper/implbase1.hxx:245: warning: Illegal command n as part of a title section /cyg

[Libreoffice-commits] libcdr.git: docs/doxygen

2017-10-31 Thread Fridrich Štrba
docs/doxygen/doxygen.cfg | 2470 ++- 1 file changed, 1606 insertions(+), 864 deletions(-) New commits: commit 69236603f705f39ad031dbac40eced4072afdfd0 Author: Fridrich Å trba Date: Tue Oct 31 09:50:57 2017 +0100 doxygen -u Change-Id

[Libreoffice-commits] libmspub.git: docs/doxygen

2017-10-31 Thread Fridrich Štrba
docs/doxygen/doxygen.cfg | 2470 ++- 1 file changed, 1606 insertions(+), 864 deletions(-) New commits: commit ecff3c33df4bdbf525aa5227a36e6a20bedc4993 Author: Fridrich Å trba Date: Tue Oct 31 09:47:04 2017 +0100 doxygen -u Change-Id

[Libreoffice-commits] libcdr.git: docs/doxygen

2017-03-16 Thread dennisroczek
docs/doxygen/doxygen.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bc4bc8cd02c7065143c2a236f5d949dcfb04a07f Author: dennisroczek Date: Tue Mar 14 09:56:33 2017 + fix typo: "the the" --> the

[Libreoffice-commits] libmspub.git: docs/doxygen

2017-03-16 Thread dennisroczek
docs/doxygen/doxygen.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2e62e1208b6259a2f4b4b69a4a48c9b4f646d55b Author: dennisroczek Date: Tue Mar 14 10:00:15 2017 + fix typo: "the the" --> the

Re: [Libreoffice-commits] core.git: odk: remove PREDICTABLE_URLS from doxygen config

2016-04-06 Thread Michael Stahl
On 06.04.2016 12:09, Stephan Bergmann wrote: > On 03/23/2016 12:59 AM, Chris Sherlock wrote: >> commit 15b53976e5d119877e53f34b34cee33a5f2883fd >> Author: Chris Sherlock >> Date: Wed Mar 23 10:10:38 2016 +1100 >> >> odk: remove PREDICTABLE_URLS from doxygen

Re: [Libreoffice-commits] core.git: odk: remove PREDICTABLE_URLS from doxygen config

2016-04-06 Thread Stephan Bergmann
On 03/23/2016 12:59 AM, Chris Sherlock wrote: commit 15b53976e5d119877e53f34b34cee33a5f2883fd Author: Chris Sherlock Date: Wed Mar 23 10:10:38 2016 +1100 odk: remove PREDICTABLE_URLS from doxygen config What was the problem here? Change-Id

[Bug 44502] Improve Doxygen-generated SDK C++ documentation

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44502 jan iversen changed: What|Removed |Added Whiteboard|target:3.7.0|ToBeReviewed -- You are receiving

[Bug 91387] create doxygen docs for the LibreOffice build system from inline comments

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91387 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 44502] Improve Doxygen-generated SDK C++ documentation

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44502 jan iversen changed: What|Removed |Added Keywords||skillScript -- You are receiving t

Android: Gentle request for doxygen updates

2016-02-05 Thread Chris Sherlock
Hi all, When I run make docs over the android project, I’m getting a few doxygen errors: chris@libreoffice-ia64:~/repos/libreoffice$ export INPUT_PROJECTS="android" chris@libreoffice-ia64:~/repos/libreoffice$ make docs cleaning up generating doxygen docs Calling /doxygen /home/c

Re: Doxygen output on docs.libreoffice.org

2016-01-08 Thread Chris Sherlock
Nice - I’ll do just that :-) I’ve got one more patch and then Doxygen will index the VCL module cleanly with no warnings, which was a major pain to do but I thought it was worth it. I’m running that on my own system now, I’ll check out the ctags/vim combo. Chris > On 8 Jan 2016, at 8:27

Re: Doxygen output on docs.libreoffice.org

2016-01-08 Thread Miklos Vajna
On Fri, Jan 08, 2016 at 09:31:24AM +1100, Chris Sherlock wrote: > Oh, and further to this - it appears that OpenGrok is updated once a day… is > it possible to do this more frequently? I find OpenGrok to be a great way of > exploring the codebase. There’s something ridiculously intuitive about

Ability to make doxygen only index specified modules

2016-01-07 Thread Chris Sherlock
Hi all, I’ve been running make docs on my local system, but I’ve noticed it takes a fair amount of time to index all modules, when all I wanted to index was the vcl module. I’ve made a small change to solenv/bin/mkdocs.sh that is entirely transparent to the existing processes. All I’ve done

Re: Doxygen output on docs.libreoffice.org

2016-01-07 Thread Chris Sherlock
016, at 8:51 AM, Chris Sherlock wrote: > > Hi all, > > The Doxygen documentation on docs.libreoffice.org doesn’t appear to be > keeping up with the code… can someone tell me how often this is updated… and > perhaps why it doesn’t stay in sync with master? > &g

Doxygen output on docs.libreoffice.org

2016-01-07 Thread Chris Sherlock
Hi all, The Doxygen documentation on docs.libreoffice.org doesn’t appear to be keeping up with the code… can someone tell me how often this is updated… and perhaps why it doesn’t stay in sync with master? Thanks! Chris Sherlock ___ LibreOffice

[Bug 91387] create doxygen docs for the LibreOffice build system from inline comments

2015-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91387 --- Comment #3 from David H. Gutteridge --- Created attachment 120631 --> https://bugs.documentfoundation.org/attachment.cgi?id=120631&action=edit Sample customized Doxygen config file -- You are receiving this mail because:

[Bug 91387] create doxygen docs for the LibreOffice build system from inline comments

2015-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91387 --- Comment #2 from David H. Gutteridge --- Created attachment 120630 --> https://bugs.documentfoundation.org/attachment.cgi?id=120630&action=edit Sample Make file with embedded documentation -- You are receiving this mail because: You

[Bug 91387] create doxygen docs for the LibreOffice build system from inline comments

2015-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91387 --- Comment #1 from David H. Gutteridge --- Depending upon what your goal is, it's not necessary to create custom tooling or such. Simply configuring Doxygen to treat Make files as one of the scripting languages it supports will enab

[Bug 91387] create doxygen docs for the LibreOffice build system from inline comments

2015-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91387 Zangune changed: What|Removed |Added CC||Zangune@Users.SourceForge.N

[Bug 91387] create doxygen docs for the LibreOffice build system from inline comments

2015-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91387 Björn Michaelsen changed: What|Removed |Added CC||libreoffice@lists.freedeskt

[Libreoffice-commits] libvisio.git: docs/doxygen

2015-04-14 Thread Fridrich Štrba
docs/doxygen/doxygen.cfg | 2412 ++- 1 file changed, 1548 insertions(+), 864 deletions(-) New commits: commit e472822686929a373ed30d32fd6ae82ec56b44f0 Author: Fridrich Å trba Date: Tue Apr 14 09:40:43 2015 +0200 Run doxygen -u on the

Re: doxygen warning / nested comments

2014-06-19 Thread Stephan Bergmann
seems to be a message from doxygen. This looks like the documentation of FilePermission will be blank because the content is "skipped" because taken as part of comment... However, http://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1io_1_1FilePermission.html looks reasonable

doxygen warning / nested comments

2014-06-18 Thread Lionel Elie Mamane
Noticed in my build: /home/master/src/libreoffice/workdirs/libreoffice-4-3/udkapi/com/sun/star/io/FilePermission.idl:76:warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 25) This seems to be a message from doxygen. This looks like the

Doxygen documentation update

2014-01-18 Thread Chris Sherlock
I have been interested in the LibreOffice codebase for a long time. As such, I've been doing a lot of reading of the code around VCL, and have decided to attempt to document it somewhat better. I have started with the Application class. I'm, of course, a bit of a newbie around this area, could any

[Libreoffice-commits] core.git: Branch 'feature/doxygen' - 0 commits -

2013-10-10 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Bug 44502] Improve Doxygen-generated SDK C++ documentation

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44502 Björn Michaelsen changed: What|Removed |Added CC||libreoffice@lists.freedeskt

Re: doxygen API doc: list of uses?

2013-09-11 Thread Lionel Elie Mamane
es are at the end of a sentence and thus are followed by a fullstop and not space). But e.g. git grep -E com::sun::star::util::XCloneable'[[:space:]]' has *five* such false positives, for only *one* true positive. Bad score. So, no, really, IMHO "git grep" is not a proper subst

Re: doxygen API doc: list of uses?

2013-09-11 Thread Michael Stahl
ection were > interesting, too. ah so that's where the "REF:" stuff in idl_chapter_refs.txt ends up! i always wondered but somehow managed to miss that. currently only the TOPIC: lines from idl_chapter_refs.txt are extracted via wikilinks.py; it would be quite easy to extract the REF

doxygen API doc: list of uses?

2013-09-10 Thread Lionel Elie Mamane
is used. The "references in the Developer's guide" of this section were interesting, too. I don't find that feature in the Doxygen output. Is it just my blindness or have we "voluntarily" regressed here? -- Lionel ___ Lib

[Libreoffice-commits] libmspub.git: docs/doxygen

2013-06-05 Thread Fridrich Štrba
docs/doxygen/doxygen.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 53293cd3472444cbe87ab5c22ea4b81b18d53896 Author: Fridrich Å trba Date: Thu Jun 6 02:17:24 2013 +0200 Adapting doxygen to the new layout diff --git a/docs/doxygen/doxygen.cfg b/docs

[Libreoffice-commits] libcdr.git: docs/doxygen

2013-06-05 Thread Fridrich Štrba
docs/doxygen/doxygen.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 17710d0b48f17bc29882ace7c4100ce883d54503 Author: Fridrich Å trba Date: Thu Jun 6 02:14:44 2013 +0200 Adapting doxygen to the new layout diff --git a/docs/doxygen/doxygen.cfg b/docs

[Libreoffice-commits] libvisio.git: docs/doxygen

2013-06-05 Thread Fridrich Štrba
docs/doxygen/doxygen.cfg |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6a65902bb4787d72d261eca115d17e7e1602282c Author: Fridrich Å trba Date: Thu Jun 6 02:12:33 2013 +0200 Adapting doxygen to the new layout diff --git a/docs/doxygen/doxygen.cfg b/docs

Re: [ANN] building ODK documentation now requires doxygen 1.8.4

2013-06-04 Thread Stephan Bergmann
On 06/04/2013 12:37 PM, Michael Stahl wrote: this means that doxygen 1.8.4 is required, because older versions do not support UNO IDL. configure checks for the required version. Esp. for doing production SDK builds, also note post 1.8.4 fixes like <https://github.com/doxygen/doxygen/com

Re: [ANN] building ODK documentation now requires doxygen 1.8.4

2013-06-04 Thread Michael Stahl
On 04/06/13 12:37, Michael Stahl wrote: > if you don't want to build or download latest doxygen, just use > --disable-doxygen; it is only really required for release builds. oops, that should of course be "--without-doxygen" __

[ANN] building ODK documentation now requires doxygen 1.8.4

2013-06-04 Thread Michael Stahl
dear all, have just merged branch feature/doxygen to master (for the 4.2 release later this year): the ODK IDL documentation is now built with doxygen, and the legacy autodoc tool is removed. this means that doxygen 1.8.4 is required, because older versions do not support UNO IDL. configure

[PUSHED] Replace invalid doxygen commands: thrown -> throws

2013-06-03 Thread Thomas Arnhold (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/4136 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/4136 To unsubscribe, vis

[PATCH] Replace invalid doxygen commands: thrown -> throws

2013-06-02 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/4136 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/4136/1 Replace invalid doxygen commands: thrown -> throws Change-Id: I9e9f513afe37ccf34f2d5762a27b4a728fd24f36 --

[Libreoffice-commits] core.git: Changes to 'feature/doxygen'

2013-05-03 Thread Michael Stahl
New branch 'feature/doxygen' available with the following commits: commit 2767d40c6c79f5c1b1643112dafcc8cfd376f773 Author: Michael Stahl Date: Fri May 3 00:27:05 2013 +0200 offapi: fix another mangled comment Change-Id: I76b531238d86c9f2ed444d230638ffb9a2d626

[PUSHED] doxygen-ize comments in sw/source/core/doc

2013-04-08 Thread Miklos Vajna (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3261 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3261 To unsubscribe, visit

[PUSHED] disable odk if not explicitly requested and doxygen not in P...

2013-01-21 Thread Tor Lillqvist (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1789 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1789 To unsubscribe, visi

[PATCH] disable odk if not explicitly requested and doxygen not in P...

2013-01-20 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1789 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/1789/1 disable odk if not explicitly requested and doxygen not in PATH if odk is not explicitly requested by --enable

[PUSHED] Modifying comments to meet doxygen standards

2012-09-18 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/638 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/638 To unsubscribe, vis

[PATCH] Modifying comments to meet doxygen standards

2012-09-18 Thread abdulmajeed ahmed (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/638 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/638/1 Modifying comments to meet doxygen standards Change-Id: Ibc60c20241b70492aaebcebccb738c7e11fdbb41 --- M sw/inc

[PUSHED] Modifying comments to meet doxygen standards

2012-09-11 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/596 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/596 To unsubscribe, vis

[PATCH] Modifying comments to meet doxygen standards

2012-09-11 Thread abdulmajeed ahmed (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/596 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/596/1 Modifying comments to meet doxygen standards Change-Id: I363ce532c7d11e798c2a5cc67b1b7893dcd0a389 --- M sw/inc

[PUSHED] Change some comments to meet doxygen standards

2012-09-10 Thread via Code Review
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/591 Approvals: Thomas Arnhold: Looks good to me, but someone else must approve Luboš Luňák: Verified; Looks good to me, approved -- To vi

[PATCH] Change some comments to meet doxygen standards

2012-09-09 Thread Faisal al-otaibi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/591 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/91/591/1 Change some comments to meet doxygen standards Change-Id: I3e5a40237f2ec3ac884c50e34a1592a029d9050d --- M sc/inc

[PUSHED] Modifying comments to meet doxygen standards

2012-09-02 Thread Gerrit
>From Norbert Thiebaud : Norbert Thiebaud has submitted this change and it was merged. Change subject: Modifying comments to meet doxygen standards .. Modifying comments to meet doxygen standards Change

[PATCH] Modifying comments to meet doxygen standards

2012-08-28 Thread Gerrit
>From abdulmajeed ahmed : abdulmajeed ahmed has uploaded a new change for review. Change subject: Modifying comments to meet doxygen standards .. Modifying comments to meet doxygen standards Change

[PUSHED] formatted a missed comment into doxygen style

2012-08-14 Thread Michael Meeks
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote: > Philipp Riemer has uploaded a new change for review. > Change subject: formatted a missed comment into doxygen style found pushed, Michael. -- michael.me...@suse.com <><, Pseudo Engineer,

[PATCH] formatted a missed comment into doxygen style

2012-08-12 Thread Gerrit
>From Philipp Riemer : Philipp Riemer has uploaded a new change for review. Change subject: formatted a missed comment into doxygen style .. formatted a missed comment into doxygen style This is a follow-up patch

Modifiying some comments to follow the Doxygen standards

2012-08-06 Thread Gerrit
>From Faisal al-otaibi : Faisal al-otaibi has abandoned this change. Change subject: Modifiying some comments to follow the Doxygen standards .. Patch Set 1: Abandoned I have submit new patch -- To view, visit ht

[PATCH] Modifiying some comments to follow the Doxygen standards

2012-08-06 Thread Gerrit
>From Faisal al-otaibi : Faisal al-otaibi has uploaded a new change for review. Change subject: Modifiying some comments to follow the Doxygen standards .. Modifiying some comments to follow the Doxygen standards Change

[PATCH] Convert documents to follow the doxygen standard

2012-08-05 Thread Gerrit
>From Norah A. Abanumay : Norah A. Abanumay has uploaded a new change for review. Change subject: Convert documents to follow the doxygen standard .. Convert documents to follow the doxygen standard Change

[PATCH] Modifiying some comments to follow the Doxygen standards

2012-08-05 Thread Gerrit
>From Faisal al-otaibi : Faisal al-otaibi has uploaded a new change for review. Change subject: Modifiying some comments to follow the Doxygen standards .. Modifiying some comments to follow the Doxygen standards Change

Re: Convert documents to follow the doxygen standard

2012-08-01 Thread Jan Holesovsky
Hi Norah, On 2012-08-01 at 07:04 +, Gerrit wrote: > Norah A. Abanumay has abandoned this change. Not sure if you intended to throw the patch away completely ;-) I have manually edited that to fit the needs, and pushed that, thank you a lot for the patch! Please see here what went in: htt

[PUSHED] Modifying comments to meet doxygen standards

2012-08-01 Thread Gerrit
>From Philipp Riemer : Philipp Riemer has submitted this change and it was merged. Change subject: Modifying comments to meet doxygen standards .. Modifying comments to meet doxygen standards Change

Modifying comments to meet doxygen standards

2012-08-01 Thread Gerrit
>From abdulmajeed ahmed : abdulmajeed ahmed has abandoned this change. Change subject: Modifying comments to meet doxygen standards .. Patch Set 2: Abandoned I have submit new one -- To view, visit ht

[PATCH] Modifying comments to meet doxygen standards

2012-08-01 Thread Gerrit
>From abdulmajeed ahmed : abdulmajeed ahmed has uploaded a new change for review. Change subject: Modifying comments to meet doxygen standards .. Modifying comments to meet doxygen standards Change

[PATCH] Modifying comments to meet doxygen standards

2012-08-01 Thread Gerrit
>From abdulmajeed ahmed : abdulmajeed ahmed has uploaded a new change for review. Change subject: Modifying comments to meet doxygen standards .. Modifying comments to meet doxygen standards Change

Modifying comments to meet doxygen standards

2012-08-01 Thread Gerrit
>From abdulmajeed ahmed : abdulmajeed ahmed has abandoned this change. Change subject: Modifying comments to meet doxygen standards .. Patch Set 2: Abandoned error in comitt -- To view, visit https://gerrit.libreoffice.

[PATCH] Modifying comments to meet doxygen standards

2012-08-01 Thread Gerrit
>From abdulmajeed ahmed : abdulmajeed ahmed has uploaded a new change for review. Change subject: Modifying comments to meet doxygen standards .. Modifying comments to meet doxygen standards Change

Convert documents to follow the doxygen standard

2012-08-01 Thread Gerrit
>From Norah A. Abanumay : Norah A. Abanumay has abandoned this change. Change subject: Convert documents to follow the doxygen standard .. Patch Set 2: Abandoned same Patch -- To view, visit https://gerrit.libreoffice.

[PATCH] Convert documents to follow the doxygen standard

2012-07-31 Thread Gerrit
>From Norah A. Abanumay : Norah A. Abanumay has uploaded a new change for review. Change subject: Convert documents to follow the doxygen standard .. Convert documents to follow the doxygen standard Change

[PUSHED] Modifying comments to follow Doxygen standards

2012-07-25 Thread Gerrit
>From Eike Rathke : Eike Rathke has submitted this change and it was merged. Change subject: Modifying comments to follow Doxygen standards .. Modifying comments to follow Doxygen standards Change

[PATCH] Modifying comments to follow Doxygen standards

2012-07-25 Thread Gerrit
>From Faisal al-otaibi : Faisal al-otaibi has uploaded a new change for review. Change subject: Modifying comments to follow Doxygen standards .. Modifying comments to follow Doxygen standards Change

[PUSHED] This is modifying comments to meet doxygen standards

2012-07-25 Thread Gerrit
>From Jan Holesovsky : Jan Holesovsky has submitted this change and it was merged. Change subject: This is modifying comments to meet doxygen standards .. This is modifying comments to meet doxygen standards Change

[PATCH] This is modifying comments to meet doxygen standards

2012-07-22 Thread Gerrit
>From abdulmajeed ahmed : abdulmajeed ahmed has uploaded a new change for review. Change subject: This is modifying comments to meet doxygen standards .. This is modifying comments to meet doxygen standards Change

Re: Code documentation - doxygen

2012-07-17 Thread Jan Holesovsky
Hi Lubos, Faisal, On 2012-07-17 at 11:53 +0200, Lubos Lunak wrote: > That is actually not doxygen markup either, it should be ///< . See > http://wiki.documentfoundation.org/Development/Doxygen . Ah right, fixed such occurrences in the headers: http://cgit.freedesktop.org/libreof

Re: Code documentation - doxygen

2012-07-17 Thread Lubos Lunak
On Tuesday 17 of July 2012, Jan Holesovsky wrote: > >From my point of view, there are many comments that might be useful, but > > just lack the doxygen markup; like member variables that are commented > in the header files like > > int m_nSomething; // this counts this and

Re: Code documentation - doxygen

2012-07-17 Thread Michael Meeks
Hi Faisal, On Tue, 2012-07-17 at 11:05 +0200, Jan Holesovsky wrote: > On 2012-07-16 at 10:46 +, Faisal M. Alotaibi wrote: > > We are going to help in code documentation through doxygen. so > > before we start we would like to know > > if there any module that you

Re: Code documentation - doxygen

2012-07-17 Thread Jan Holesovsky
Hi Faisal, On 2012-07-16 at 10:46 +, Faisal M. Alotaibi wrote: > We are going to help in code documentation through doxygen. so > before we start we would like to know > if there any module that you suggest to start with? Thank you for that - that would be great! What exactl

  1   2   >