Skip to content

Commit

Permalink
6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QL committed May 9, 2019
1 parent 0494b98 commit 275907a
Show file tree
Hide file tree
Showing 9 changed files with 2,325 additions and 2,434 deletions.
10 changes: 5 additions & 5 deletions doxygen/main.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

@image html qp_banner.jpg

@section ab_new What's new?
To check what's new in QP/C, please see @ref history "QP/C Revision History".
------------------------------------------------------------------------------
@section ab_new What's new?
To check what's new in QP/C, please see @ref history "QP/C Revision History".


------------------------------------------------------------------------------
@section ab_about What is it?
<a class="extern" target="_blank" href="https://www.state-machine.com/products/"><strong>QP/C&trade; (Quantum Platform in C)</strong></a> is a lightweight <a class="extern" target="_blank" href="https://www.state-machine.com/doc/concepts#RTEF"><strong>Real-Time Embedded Framework (RTEF)</strong></a> for building modern, responsive, real-time embedded applications as systems of asynchronous event-driven <a class="extern" target="_blank" href="https://www.state-machine.com/doc/concepts#Active"><strong>active objects</strong></a> (<a href="https://en.wikipedia.org/wiki/Actor_model">actors</a>). The QP/C&trade; RTEF is a member of a larger family consisting of QP/C, <a href="https://www.state-machine.com/qpcpp" target="_blank" class="extern">QP/C++</a>, and <a href="https://www.state-machine.com/qpn" target="_blank" class="extern">QP-nano</a> frameworks, which are all strictly quality controlled, thoroughly documented, and available under @ref licensing "dual licensing model".

Expand Down
2 changes: 1 addition & 1 deletion doxygen/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set RSM_INPUT=..\include\*.h ..\src\*.h ..\src\qf\*.c ..\src\qv\*.c ..\src\qk\*

echo /** @page metrics Code Metrics > %RSM_OUTPUT%
echo.>> %RSM_OUTPUT%
echo @code >> %RSM_OUTPUT%
echo @code{c} >> %RSM_OUTPUT%
echo Standard Code Metrics for QP/C %VERSION% >> %RSM_OUTPUT%

%RCMHOME%\rsm.exe -fd -xNOCOMMAND -xNOCONFIG -u"File cfg rsm_qpc.cfg" %RSM_INPUT% >> %RSM_OUTPUT%
Expand Down
Loading

0 comments on commit 275907a

Please sign in to comment.