| Summary: | Class apidocs don't show class name in page header | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kapidox | Reporter: | Juan Carlos Torres <carlosdgtorres> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.57.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kapidox/816abe85ad6a34b091d1d11934656d4efdfa2604 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Juan Carlos Torres
2019-04-16 05:52:29 UTC
Git commit 816abe85ad6a34b091d1d11934656d4efdfa2604 by David Redondo.
Committed on 27/12/2019 at 13:59.
Pushed by davidre into branch 'master'.
Display fully qualified class/namespace name as page header
Summary:
It's the most important information to see quickly what the page is about.
Using the fully qualified name contains the knowledge which namespace contains a
class/another namespace required which is helpful if one wants to use it in their
own code.
Test Plan:
Class:
{F7833042}
Namespace:
{F7833050}
Class inside namespace:
{F7833040}
Nested namespace:
{F7833034}
Class inside nested namespace:
{F7833031}
Reviewers: ochurlaud
Subscribers: ngraham, aacid, jucato, kde-frameworks-devel, kde-doc-english
Tags: #frameworks, #documentation
Differential Revision: https://phabricator.kde.org/D26197
M +8 -1 src/kapidox/data/templates/library.html
M +5 -0 src/kapidox/generator.py
https://commits.kde.org/kapidox/816abe85ad6a34b091d1d11934656d4efdfa2604
|