-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agsdoc html style update #440
base: master
Are you sure you want to change the base?
Conversation
@rfm I notice some indenting issues. Check generated header or paragraphs. Here head has too much indentation.
I had a look at Here instead P is closed too much, but it may be a different issue, coming from the source comment itself?
|
Part if the problem is outputting whitespace from around the elements if the gsdic onto the html. I added a fix for the top level elements.
In general the tool doesn't try very hard to indent the html though.
…
On 22 Aug 2024 at 13:41, Riccardo ***@***.***> wrote:
@rfm I notice some indenting issues. Check generated header or paragraphs.
Here head has too much indentation.
<html lang="en"> <head> <meta charset="utf-8"> <title>GNUstep Base</title> <style type="text/css"> hr.method-separator { width:25%; margin-left:0; } </style> </head>
I had a look at - (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf whch appears to be the first direct call from outputDocument: L434 and it looks nested fine to me. Do you spot the error?
Here instead P is closed too much, but it may be a different issue, coming from the source comment itself?
<p> The GNUstep Base library is a free software package implementing the API of the OpenStep Foundation Kit (tm), including later additions. This documentation package describes the core of the Base library, for documentation on additional classes, see the BaseAdditions documentation package. </p>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Proposed fix: 21f2cd0 @rfm what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. Thanks.
…by copying an existing resource.
figure_super if the element is the superclass of the ne being documented figure_class if the element is for a non-root class figure_root if the element is for a root class figure_protocol if the element is for a protocol
Second PR to work together and comment, @rfm