• Stars
    star
    193
  • Rank 201,081 (Top 4 %)
  • Language
    C++
  • License
    GNU Lesser Genera...
  • Created almost 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Doxygen Plugin for Qt Creator

qtcreator-doxygen

Doxygen Plugin for Qt Creator

GitHub version Build Status

This project is a fork of the original plugins at: http://dev.kofee.org/projects/qtcreator-doxygen
Built for the latest Qt-Creator versions.

It adds some features such as a file selection dialog for projects, and duplicate blocks detection.

Binaries are available in the releases section.
https://github.com/fpoussin/qtcreator-doxygen/releases

Compiling

You will have to install the same Qt version (ie: 5.10 MSVC 2015 32 bit for 4.5.0) that was used to build the Qt creator version you are targeting for the plugin.
You can check this in the "about" menu of Qt creator.

  • Download and extract the Qt creator sources from the official website
  • Compile them using the correct Qt kit (Optional on linux, you can point to the official binary release which should be in your home folder by default)
  • You don't need to install it when compiled
To compile the plugin you have 2 options:

Qmake

  • Specify the path of source and binaries for Qt creator using QTC_SOURCE and QTC_BUILD vars
  • QTC_SOURCE must point to the sources you extracted
  • QTC_BUILD must point to your build folder (or binary release on Linux)
  • USE_USER_DESTDIR installs the module automatically
  • Example command: qmake USE_USER_DESTDIR=yes QTC_SOURCE=~/src/qt-creator-opensource-src-4.5.0 QTC_BUILD=~/qtcreator-4.5.0 .

Qt Creator

  • Specify the path of source and binaries for Qt creator by editing the dexygen.pro file
  • You have to change the QTCREATOR_SOURCES and IDE_BUILD_TREE vars

Installing

If you compiled the plugin, it will be installed automatically.

If you downloaded a binary release, the paths are as follow:
  • Unix: ~/.local/share/data/QtProject/qtcreator/plugins/<version>
  • OSX: ~/Library/Application Support/QtProject/Qt Creator/plugins/<version>
  • Windows: %LOCALAPPDATA%\QtProject\qtcreator\plugins\<version>
    Replace <version> with your Qt Creator version (ie: 4.8.0)

More Repositories

1

QtUsb

A cross-platform USB Module for Qt.
C++
401
star
2

QStlink2

Cross-platform STLink v2 GUI
C
187
star
3

Qt5-MSVC-Static

Batch scripts that download and build static Qt5 libs on Windows.
M4
113
star
4

MotoLink

K-line/Serial/CAN interface and fuel mapper for motorcycles.
C++
79
star
5

ChibiOS-Examples

Examples for using ChibiOS and its GFX extension (outdated)
C
26
star
6

appwrite-helm

Helm repo url: https://fpoussin.github.io/appwrite-helm
Smarty
16
star
7

OpenTCS

Open source traction control and strain gauge quickshifter for race bikes.
C
15
star
8

OWBC

Open source/hardware LSU 4.9 wideband controller
C
15
star
9

ChibiOS-Bootloader

ChibiOS based USB bootloader. (Outdated, see fpoussin/Motolink for examples)
C
13
star
10

pcb2jlc

Scripts to generate PCB assembly BOM/CPL from various EDAs
Python
5
star
11

nhost-helm

Helm repo url: https://fpoussin.github.io/nhost-helm
Smarty
5
star
12

mcu-knock-vr

MCU based Knock and VR sensor interface - powered by STM32F3
C
5
star
13

ChibiOS-Gwen

Gwen integration into ChibiOS
C++
3
star
14

OBDGate

ELM327 compatible interface for motorcycle diagnostic interfaces (Honda, Kawasaki)
Eagle
3
star
15

OVRI

Open source/hardware MCU based VR Sensor interface
Eagle
3
star
16

OpenQS

OSHW quick-shifter.
C
3
star
17

emstune

C++
2
star
18

UniTuner

C++
2
star
19

OpenTPU

Open source Timer processor built on top on a standard MCU. (Work in progress)
2
star
20

esp-binutils

C
1
star
21

QtRencode

Qt Rencode serialisation library based on QVariants. Untested.
C++
1
star
22

fpoussin

1
star
23

ubuntu-mainline-build

Python script that download and build Ubuntu mainline kernels with optional patches
Python
1
star
24

cm4-dsp-lib

C
1
star
25

OpenFlexFuel

Open hardware flex fuel controller
C
1
star
26

dockerfiles

Various docker files for my projects
Dockerfile
1
star