View Issue Details

IDProjectCategoryView StatusLast Update
0001069OpenFOAMBugpublic2013-11-27 15:16
Reporterroenby Assigned Tochris  
PriorityhighSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
PlatformPlatform independentOSPlatform independentOS VersionPlatform indepen
Summary0001069: Code documentation on http://www.openfoam.org/docs/cpp/ does not appear correctly
Description1.
When viewing a class the following things do not show:
- Inheritance and collaboration graphs
- Link to class member functions (usually just below the graphs)

2.
When looking at a piece of code the indention is removed making it very hard to read.

Problem occurs in Firefox25 and IE9.
Steps To ReproduceExample of 1: http://foam.sourceforge.net/docs/cpp/a00751.html

Example of 2: http://foam.sourceforge.net/docs/cpp/a04540_source.html
TagsNo tags attached.

Activities

jacob

2013-10-31 14:28

reporter   ~0002599

Observation: Building the documentation locally (in OpenFOAM-2.2.x/doc) using Doxygen 1.8.5 and GraphViz 2.34.0 results in correct generation of graphs, but the indentation of sources remains broken.

Firefox 23, Konqueror 4.8.5.

wyldckat

2013-10-31 22:28

updater   ~0002601

Nice! Definitely more information than I gave in the report #1054: http://www.openfoam.org/mantisbt/view.php?id=1054

jacob

2013-11-05 15:58

reporter   ~0002610

The indentation seems to be lost because of absence of definition of the CSS class "div.line". I was able to restore the indentation in code listings of my locally generated documentation by adding

div.line
{
    white-space: pre-wrap;
}

at the end of "OpenFOAM-2.2.x/doc/Doxygen/css/openfoam.css".

user313

2013-11-08 16:31

  ~0002619

Last edited: 2013-11-08 16:32

I just want to add that the source files links are ALWAYS broken. Only "go to definition" links are okay.

chris

2013-11-08 17:03

manager   ~0002620

I fixed the images and have included some changes to CSS that have fixed the code indentation and font. There is a nagging problem with formatting of line numbers, particularly those that are links. Please report a new bug if there is someone comes up with a fix for that or if there are any other major issues.

user4

2013-11-27 15:16

  ~0002666

Pushed Chris' css to cc7bdd409765615417db6120e7a47f9e1a4921ef

Issue History

Date Modified Username Field Change
2013-10-31 14:05 roenby New Issue
2013-10-31 14:28 jacob Note Added: 0002599
2013-10-31 22:28 wyldckat Note Added: 0002601
2013-11-05 15:58 jacob Note Added: 0002610
2013-11-08 16:31 user313 Note Added: 0002619
2013-11-08 16:32 user313 Note Edited: 0002619
2013-11-08 17:03 chris Note Added: 0002620
2013-11-08 17:03 chris Status new => closed
2013-11-08 17:03 chris Assigned To => chris
2013-11-08 17:03 chris Resolution open => fixed
2013-11-27 15:16 user4 Note Added: 0002666
2013-11-27 15:16 user4 Status closed => resolved
2013-11-27 15:16 user4 Fixed in Version => 2.2.x