Thread: [Doxygen-users] Get rid of "More..."
Brought to you by:
dimitri
From: MK <mk...@co...> - 2014-05-02 12:27:12
|
Is there some way I can toggle the inclusion of the "More..." link at the end of brief descriptions? It's come out in my docs as totally superfluous since it follows, e.g., the function or type name which is a link to the exact same place. Sincerely, MK -- "Enthusiasm is not the enemy of the intellect." (said of Irving Howe) |
From: Sebastien L. <slo...@gm...> - 2014-05-02 12:42:34
|
On 05/02/2014 02:26 PM, MK wrote: > Is there some way I can toggle the inclusion of the "More..." link at > the end of brief descriptions? It's come out in my docs as totally > superfluous since it follows, e.g., the function or type name which is > a link to the exact same place. > > Sincerely, MK > The fix has been included into doxygen for some releases now. You can try 1.8.7 for example. Sebastien. |
From: MK <mk...@co...> - 2014-05-02 13:16:02
|
On Fri, 02 May 2014 14:42:25 +0200 Sebastien Loriot <slo...@gm...> wrote: > On 05/02/2014 02:26 PM, MK wrote: > > Is there some way I can toggle the inclusion of the "More..." link > > > The fix has been included into doxygen for some releases now. > You can try 1.8.7 for example. Okay. What am I looking for in order to do this? Something in the Doxyfile configuration or in the .xml layout? I have tried searching the online manual for references to "More..." but unfortunately there are a lot of generated pages there that contain that. MK -- "Enthusiasm is not the enemy of the intellect." (said of Irving Howe) |
From: Sebastien L. (GeometryFactory) <slo...@gm...> - 2014-05-02 13:38:34
|
On 05/02/2014 03:14 PM, MK wrote: > On Fri, 02 May 2014 14:42:25 +0200 > Sebastien Loriot <slo...@gm...> wrote: >> On 05/02/2014 02:26 PM, MK wrote: >>> Is there some way I can toggle the inclusion of the "More..." link >>> >> The fix has been included into doxygen for some releases now. >> You can try 1.8.7 for example. > > Okay. What am I looking for in order to do this? Something in the > Doxyfile configuration or in the .xml layout? > > I have tried searching the online manual for references to "More..." > but unfortunately there are a lot of generated pages there that contain > that. > > MK > This is the default, there is nothing to tune. Sebastien. |
From: MK <mk...@co...> - 2014-05-02 14:32:16
|
On Fri, 02 May 2014 15:38:23 +0200 "Sebastien Loriot (GeometryFactory)" <slo...@gm...> wrote: > This is the default, there is nothing to tune. I can tell it is the default to use it, yes. But note the title of the thread here is 'Get rid of "More..."' and my original question was: 'Is there some way I can **toggle** the inclusion of the "More..." link at the end of brief descriptions? It's come out in my docs as totally superfluous...' I.e., I am asking how to TURN THIS OFF (toggle). I DO NOT want the "More..." link to appear. I am asking if this can be DISABLED. MK -- "Enthusiasm is not the enemy of the intellect." (said of Irving Howe) |
From: Sebastien L. <slo...@gm...> - 2014-05-02 14:52:28
|
On 05/02/2014 04:31 PM, MK wrote: > On Fri, 02 May 2014 15:38:23 +0200 > "Sebastien Loriot (GeometryFactory)" <slo...@gm...> wrote: >> This is the default, there is nothing to tune. > > I can tell it is the default to use it, yes. But note the title of > the thread here is 'Get rid of "More..."' and my original question was: > > 'Is there some way I can **toggle** the inclusion of the "More..." link > at the end of brief descriptions? It's come out in my docs as totally > superfluous...' > > I.e., I am asking how to TURN THIS OFF (toggle). I DO NOT want the > "More..." link to appear. I am asking if this can be DISABLED. > > MK > I understood you want to get rid of the More link when there is only a brief description. A fix was commited a few release back in this direction. If you are looking to remove any long description then it's another story. Sebastien. |
From: John Y. <jo...@ya...> - 2014-05-02 16:11:56
|
On Fri, May 2, 2014 at 10:52 AM, Sebastien Loriot <slo...@gm...>wrote: > On 05/02/2014 04:31 PM, MK wrote: > > I.e., I am asking how to TURN THIS OFF (toggle). I DO NOT want the > > "More..." link to appear. I am asking if this can be DISABLED. > > I understood you want to get rid of the More link when there is only > a brief description. A fix was commited a few release back in this > direction. > I do not think that what he wants is suppression of More... when there is only a brief description and inclusion of More... when there is additional information. If you are looking to remove any long description then it's another > story. His earlier email in this thread made the point that the More... link _always_ points to the same place as the symbol being documented. Since that symbol is already a link the More... link adds no value. Hence he would like an unconditional means of suppressing that More... link. /john |
From: MK <mk...@co...> - 2014-05-03 11:33:20
|
On Fri, 2 May 2014 12:11:49 -0400 John Yates <jo...@ya...> wrote: > On Fri, May 2, 2014 at 10:52 AM, Sebastien Loriot wrote: > > I understood you want to get rid of the More link when there is only > > a brief description. A fix was commited a few release back in this > > direction. No, I want to be able to get rid of the "More..." link unequivocally. I do not want it to depend on anything other than me setting something like: USE_MORE_LINK = "no" If there is no such feature, I guess I am out of luck -- the "More..." will be there whether I like it or not. > His earlier email in this thread made the point that the More... link > _always_ points to the same place as the symbol being documented. > Since that symbol is already a link the More... link adds no value. That sums it up. It also adds repetitive clutter: [foo()] This is a brief description of foo. More... [bar()] Something different about bar. More... And again, "More..." in both cases links to the same place as "foo ()" or "bar()". MK -- "Enthusiasm is not the enemy of the intellect." (said of Irving Howe) |
From: Ken K. <kjk...@ya...> - 2014-05-03 14:00:55
|
MK, One other solution would be to write a script to remove the "more" link and have it run through your html files. ________________________________ From: MK <mk...@co...> To: dox...@li... Sent: Subject: Re: [Doxygen-users] Get rid of "More..." On Fri, 2 May 2014 12:11:49 -0400 John Yates <jo...@ya...> wrote: > On Fri, May 2, 2014 at 10:52 AM, Sebastien Loriot wrote: > > I understood you want to get rid of the More link when there is only > > a brief description. A fix was commited a few release back in this > > direction. No, I want to be able to get rid of the "More..." link unequivocally. I do not want it to depend on anything other than me setting something like: USE_MORE_LINK = "no" If there is no such feature, I guess I am out of luck -- the "More..." will be there whether I like it or not. > His earlier email in this thread made the point that the More... link > _always_ points to the same place as the symbol being documented. > Since that symbol is already a link the More... link adds no value. That sums it up. It also adds repetitive clutter: [foo()] This is a brief description of foo. More... [bar()] Something different about bar. More... And again, "More..." in both cases links to the same place as "foo ()" or "bar()". MK -- "Enthusiasm is not the enemy of the intellect." (said of Irving Howe) ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |
From: albert <alb...@gm...> - 2015-07-05 07:37:33
|
Please register so the message will go by email to subscribers as well. Which version of doxygen did you use to create the patch? (I cannot find the relevant code parts in the current version and that the problem might already have been fixed in a similar way). Albert -- View this message in context: http://doxygen.10944.n7.nabble.com/Get-rid-of-More-tp6612p7264.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |
From: neon1ks <ne...@ma...> - 2015-07-05 11:00:52
|
It was my experiment. But I can try to implement the idea of setting up: USE_MORE_LINK = NO. Now I use doxygen 1.8.6. Well I'll try 1.8.10 Sorry, I badly know English. And I am a novice programmer. -- View this message in context: http://doxygen.10944.n7.nabble.com/Get-rid-of-More-tp6612p7265.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |
From: neon1ks <ne...@ma...> - 2015-07-06 12:00:09
|
Experimental patch for doxygen 1.8.10, which allows you to remove the "More..." links by using "USE_MORE_LINK = NO" in Doxyfile. doxygen1.diff <http://doxygen.10944.n7.nabble.com/file/n7268/doxygen1.diff> -- View this message in context: http://doxygen.10944.n7.nabble.com/Get-rid-of-More-tp6612p7268.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |