Unit ok_auto_back_comments

Description
Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables

Description

Test auto back comments

Overview

Variables

var1: Byte;
var2: Byte;
var3: Byte;
var4: Byte;
var5: Byte;

Description

Variables

var1: Byte;

this is var1 (usual comment)

var2: Byte;

this is var2 (no whitespace after ident)

var3: Byte;
 
var4: Byte;

this is var4 (must not be considered as back-comment)

var5: Byte;

this is var5