0

I was looking over some of the API reference pages for KDE and was specifically looking into their techcase docs and the more I navigate through the sub-pages of https://techbase.kde.org, the more I really enjoy their readability, lean, clean, etc. design.

Does anyone know what, if any, doc generator was used for techbase.kde.org?

user118190
  • 2,139
  • 7
  • 29
  • 45
  • A quick look at the html code of the homepage reveals a tag ``. Or did you mean the pages at http://api.kde.org/? In this case, you can see Doxygen stylesheets. – Riccardo T. Oct 17 '14 at 15:26
  • @Riccardo - Actually I was thinking of both. I did think that api.kde.org was created using Doxygen and was wondering about the techbase one, but you've confirmed that, thanks! – user118190 Oct 17 '14 at 16:27
  • I'll turn my comment into an answer then, you're welcome :) – Riccardo T. Oct 20 '14 at 08:16

1 Answers1

1

A quick look at the html code of the homepage reveals a MediaWiki tag:

<meta name="generator" content="MediaWiki 1.20.2" />`

The pages at http://api.kde.org instead expose, among some others, a doxygen stylesheet:

<link rel="stylesheet" type="text/css" href="attica/html/doxygen.css" />
albert
  • 8,285
  • 3
  • 19
  • 32
Riccardo T.
  • 8,907
  • 5
  • 38
  • 78