Convert "info" to "description"

This commit is contained in:
Gorkem Yakin 2016-02-23 14:24:08 -08:00
parent e0afd42914
commit ed32ae6f4a

View File

@ -4,7 +4,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-exp-operator esid: sec-exp-operator
info: > description: >
Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent) Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent)
---*/ ---*/