könnte mir jemand bei der Installation von Eclipse helfen?
Ich stecke an der Stelle zur Eclox-Konfiguration fest.
Verlinktes Tutorial meint unter dem letzten Punkt "Eclox":
1. Frage: Die Anweisung "3.) und 4.) wie oben." istAls Frontend für Doxygen dient das Eclipse-Plugin Eclox, das ebenfalls über den o.a. Update-Mechanismus installiert wird:
Update-Site: http://download.gna.org/eclox/update (siehe Screenshots).
1.)
Update-Mechanismus von Eclipse 3.5
2.) Update-Site in das Eingabefeld kopieren und [Enter], Option für Gruppierung ausschalten:
Eclox-Installation für Eclipse 3.5
3.) und 4.) wie oben.
Nach der Installation von Eclox muss man in Eclipse unter Preferences für Doxygen/Compiler Path den Pfad zum Programm doxygen(.exe) eintragen.

2. Frage: In Eclipse gibt es unter Preferences für Doxygen kein Feld für "Compiler Path" (mehr?). Siehe hier meine Screenshots:
Nur für den Fall, dass es relevant ist, was ich bisher gemacht/installiert habe:
Ich habe unter einer VirtualBox-VM mit Debian8.2 32bit anhand des offiziellen Tutorial-Labyrinths folgende Installationsschritte unternommen:
Code: Alles auswählen
HowTo ct-sim Debian8x32
sudo s
apt-get update && apt-get upgrade
apt-get install openjdk-7-jdk
[download http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/lunasr2 -> Ecplise IDE for Java Developers ]
exit
cd /home/user/Downloads
tar xvf *.tar.gz
mv ecplise /home/user/
cd /home/user/explise/
./eclipse
[check] "Use this as the default ..." [OK]
Ecplise -> Help -> Install new software
Work with: --All Available Sites-- [Enter + wait, this can take a while ("Pending...")!]
Programming Languages -> [check] C/C++ Development Tools
[check] C/C++ Library Api Documentation Hover Help
[Next >]
[Next >]
[check] "I accept ..." [Finish]
[WAIT for Installation, "Yes" for "restart now?"]
Ecplise -> Help -> Install new software
Work with: --All Available Sites-- [Enter + wait, this can take a while ("Pending...")!]
Collaboration -> [check] Subversive Revision Graph (Optional)
[check] Subversive SVN Team Provider
[Next >]
[Next >]
[check] "I accept ..." [Finish]
[WAIT for Installation, "Yes" for "restart now?"]
[if there is no pop-up for "Subversive SVN Connectors" open: Ecplise -> Window -> Open Perspective -> Other... -> SVN Repository Exploring [OK] ]
[check] SVN Kit 1.8.x
[check] Native JavaHL 1.8.x
[Finish]
[Next >]
[Next >]
[check] "I accept ..." [Finish]
[WAIT for Installation, [OK if there are warnings], "Yes" for "restart now?"]
Ecplise -> Help -> Install new software
Work with: http://download.gna.org/eclox/update
[UNcheck] Group items by category
eclox -> [check] Eclox Hot
[Next >]
[Next >]
[check] "I accept ..." [Finish]
[WAIT for Installation, [OK if there are warnings], "Yes" for "restart now?"]
Ecplise -> Help -> Install new software
Work with: http://download.gna.org/eclox/update
[UNcheck] Group items by category
eclox -> [check] Eclox
[Next >]
[Next >]
[check] "I accept ..." [Finish]
[WAIT for Installation, [OK if there are warnings], "Yes" for "restart now?"]
Ecplise -> Window -> Preferences -> Doxygen ->
Eclipse unter Preferences für Doxygen/Compiler Path den Pfad zum Programm doxygen(.exe) eintragen. ???
anonybot