1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0025443: Documentation - update packages names in Building 3rd-party libraries on Linux

Update README files for samples
This commit is contained in:
kgv
2014-11-01 10:50:43 +03:00
committed by bugmaster
parent 18006a0f10
commit f3fb84ce21
5 changed files with 118 additions and 116 deletions

View File

@@ -296,19 +296,19 @@ Each descriptive block should contain at least a function name and purpose descr
See the following example:
~~~~~{.cpp}
// ----------------------------------------------
// =======================================================================
// function : TellMeSmthGood
// purpose : Gives me good news
// ----------------------------------------------
// =======================================================================
void TellMeSmthGood()
{
...
}
// ----------------------------------------------
// =======================================================================
// function : TellMeSmthBad
// purpose : Gives me bad news
// ----------------------------------------------
// =======================================================================
void TellMeSmthBad()
{
...