Skip to content

Commit

Permalink
docs: Cleanup documentation
Browse files Browse the repository at this point in the history
- Remove v1.0 from documentation title (it's just the latest)
- Remove since 1.0, this doesn't make sense
  • Loading branch information
narnaud committed Jun 22, 2024
1 parent d42ad7c commit 7e717d4
Show file tree
Hide file tree
Showing 73 changed files with 2 additions and 225 deletions.
4 changes: 0 additions & 4 deletions docs/API/script.test/testcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Provides a way to create unit tests as script. [More...](#detailed-description)
import Script.Test 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script.test/testutil.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Provides utility methods useful for testing. [More...](#detailed-description)
import Script.Test 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Methods

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Description of a RC file action. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Description of a RC file asset. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/classsymbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Represents a class in the current file [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
5 changes: 0 additions & 5 deletions docs/API/script/codedocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ Base document object for any code that Knut can parse. [More...](#detailed-descr
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
<tr><td>Inherits:</td><td><a href="TextDocument.html">TextDocument</a></td></tr>
</table>

## Properties


Expand Down
5 changes: 0 additions & 5 deletions docs/API/script/cppdocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ Document object for a C++ file (source or header) [More...](#detailed-descriptio
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
<tr><td>Inherits:</td><td><a href="CodeDocument.html">CodeDocument</a></td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/dir.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Singleton with methods to handle directories. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/document.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Base class for all documents [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Singleton with methods to handle files. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Methods

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/fileinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Singleton with methods to handle file information. [More...](#detailed-descripti
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Methods

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/functionargument.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Represents an argument to be passed to the function [More...](#detailed-descript
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/functionsymbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Represents a function or a method in the current file [More...](#detailed-descri
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/mark.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Keeps track of a position in a text document. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Description of a RC file menu. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/menuitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Description of a RC file menu item. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Singleton with methods to display different messages to the user. [More...](#det
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Methods

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Singleton for handling the current project. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/qdirvaluetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Wrapper around the `QDir` class. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/qfileinfovaluetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Wrapper around the `QFileInfo` class. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/qttsdocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Provides access to the content of a Ts file (Qt linguist). [More...](#detailed-d
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/qttsmessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Provides access to message. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/qtuidocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Provides access to the content of a Ui file (Qt designer file). [More...](#detai
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/qtuiwidget.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Provides access to widget attributes in the ui files. [More...](#detailed-descri
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/rcdocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Provides access to the content of a RC file (MFC resource file). [More...](#deta
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/ribbon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ The ribbon description (not everything is read yet). [More...](#detailed-descrip
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/ribboncategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ A tab (made of panels) in the ribbon. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/ribboncontext.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ A context (tabs with a title) in the ribbon. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/ribbonelement.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ An item in the ribbon (button, separator...). [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/ribbonmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ A menu showing when clicking on the left/top icon in the ribbon. [More...](#deta
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/ribbonpanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ An panel (group of elements) in the ribbon. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Script object for writing non visual scripts. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Detailed Description

The `Script` is the base class for all creatable items in QML. It is needed as a `QtObject`
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/scriptdialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ QML Item for writing visual scripts. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Singleton for accessing and editing persistent settings. [More...](#detailed-des
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/shortcut.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Description of a RC file shortcut. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
4 changes: 0 additions & 4 deletions docs/API/script/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Description of a RC file string. [More...](#detailed-description)
import Script 1.0
```

<table>
<tr><td>Since:</td><td>Knut 1.0</td></tr>
</table>

## Properties

| | Name |
Expand Down
Loading

0 comments on commit 7e717d4

Please sign in to comment.