[
https://issues.apache.org/jira/browse/ISIS-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280574#comment-17280574
]
ASF subversion and git services commented on ISIS-2526:
-------------------------------------------------------
Commit 10601ed68986820a75aa99a1b7f6f747d117caae in isis's branch
refs/heads/ISIS-2502-ex.recog from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=10601ed ]
ISIS-2526: suppresses title
> Tooling: suppress header, use filename in caption
> -------------------------------------------------
>
> Key: ISIS-2526
> URL: https://issues.apache.org/jira/browse/ISIS-2526
> Project: Isis
> Issue Type: Improvement
> Components: Isis Docs & Website
> Reporter: Daniel Keir Haywood
> Assignee: Daniel Keir Haywood
> Priority: Major
> Fix For: 2.0.0-M5
>
> Attachments: image-2021-02-04-06-59-18-608.png,
> image-2021-02-04-06-59-48-038.png
>
>
> The generated index includes a header, but that makes it tricky to include.
> For example, this source:
> !image-2021-02-04-06-59-48-038.png|width=533,height=113!
>
> Renders as folows:
> !image-2021-02-04-06-59-18-608.png|width=327,height=165!
>
> I think that the "AcceptHeaderService : interface" is unnecessary (there
> would normally be a paragraph here anyway if there was some javadoc for the
> class).
> It would be nice though to use the class as a caption:
> {code:java}
> [source,java]
> .AcceptHeaderService.java
> ----
> public interface AcceptHeaderService {
> ...
> }
> ----{code}
>
> *Extending the idea...*
> I think it might be useful to include "API" as a section, but *after* the
> top-level paragraph.
> In other words, the generated file would be:
> {code:java}
> The paragraph(s) taken from the javadoc of the class interface.
> There might be quite a lot of text here.
> = API
> [source,java]
> .AcceptHeaderService.java
> ----
> public interface AcceptHeaderService {
> ...
> }
> ----
> {code}
>
> These generated files will then be included quite nicely into the refguide
> pages.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)